home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / MULTIM / alarm10x / setup.exe / 0 / RCDATA / TMAINWIND / TMAINWIND.txt
Text File  |  1997-07-11  |  588b  |  29 lines

  1. object MainWind: TMainWind
  2.   Left = 275
  3.   Top = 244
  4.   BorderIcons = [biSystemMenu, biMaximize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'MainWind'
  7.   ClientHeight = 89
  8.   ClientWidth = 126
  9.   Color = clMaroon
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   WindowState = wsMaximized
  15.   OnCreate = FormCreate
  16.   OnPaint = FormPaint
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object DDEClient: TDdeClientConv
  20.     DdeService = 'PROGMAN'
  21.     ConnectMode = ddeManual
  22.     Left = 18
  23.     Top = 21
  24.     LinkInfo = (
  25.       'Service PROGMAN'
  26.       'Topic ')
  27.   end
  28. end
  29.